[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
out yet. >> >> Here it is my text: >> >> ``` >> >> setuplist[height=0] >> >> \startitemize[n] >> >> \item It's impossible --- don't waste my time. >> >> \item It's possible, but not worth doing. >> >> \item I said it was

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
. \stopitemize ``` Now the distance between the items is equal to the blank space between paragraphs. I want to reduce it equal to the distance between the lines of a paragraph. You asked for a list, that is e.g. a table of contents (list of numbered items like sections or floats). If you want to affect

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
thank you. just tried, not worked out yet. Here it is my text: ``` setuplist[height=0] \startitemize[n] \item It's impossible --- don't waste my time. \item It's possible, but not worth doing. \item I said it was a good ideal all along. \stopitemize ``` Now the distance between the items

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
Am 25.04.24 um 10:20 schrieb h...@hongfeng.ch: which parameter in `\setuplist` is used for adjusting the distance between the items of a list? Usually it’s the general line height. You can use "inbetween=\blank[3pt]" to insert extra space. (Unteste

[NTG-context] which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
which parameter in `\setuplist` is used for adjusting the distance between the items of a list? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Alan Braslau via ntg-context
On Mon, 15 May 2023 01:37:53 + (UTC) Joel via ntg-context wrote: > Such a way would make it so \index{dogs} places an entry for "dog" > under "d" and "animals --> dogs" under "a". Might I suggest that an alternate way of handling this could be: \seeindex{dogs}{animals+dogs} with

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Alan Braslau via ntg-context
On Mon, 15 May 2023 09:40:22 +0200 Hans Hagen via ntg-context wrote: > \starttexdefinition tolerant protected IndexB[#1]#:#*#2 > \index{#2} > \doloopoverlist {#1} { > \index{##1+#2} > } > \stoptexdefinition Awesome! However, I think that Joel was looking for a solution

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Hans Hagen via ntg-context
On 5/15/2023 3:37 AM, Joel via ntg-context wrote: I have a document like this:     \starttext     \index{dogs}     \index{cats}     \index{flowers}     \index{snails}     \index{trees}     \placeindex     \stoptext As I understand, if you use

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Henning Hraban Ramm via ntg-context
Am 15.05.23 um 03:37 schrieb Joel via ntg-context: I have a document like this:     \starttext     \index{dogs}     \index{cats}     \index{flowers}     \index{snails}     \index{trees}     \placeindex     \stoptext As I understand, if you use

[NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-14 Thread Joel via ntg-context
I have a document like this:     \starttext     \index{dogs}          \index{cats}          \index{flowers}          \index{snails}          \index{trees}          \placeindex          \stoptext      As I understand, if you use

Re: [NTG-context] process list items differently depending on position in list

2022-05-02 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Hans Hagen > via ntg-context > Gesendet: Montag, 2. Mai 2022 12:34 > An: Denis Maier via ntg-context > Cc: Hans Hagen > Betreff: Re: [NTG-context] process list items differently depending on > posi

Re: [NTG-context] process list items differently depending on position in list

2022-05-02 Thread Hans Hagen via ntg-context
On 5/2/2022 12:09 PM, Denis Maier via ntg-context wrote: But, it’d still love to hear whether there is a solution on the tex side. \processtokens {[before]} {[between]} {[after]} {[space]} {{one}{two}{three}} \def\whatever{a,b,c,d} \getcommacommandsize[\whatever] \scratchcounterone

Re: [NTG-context] process list items differently depending on position in list

2022-05-02 Thread Denis Maier via ntg-context
An: 'mailing list for ConTeXt users' Betreff: process list items differently depending on position in list Hi, I need to process a comma separated list, and adapt the formatting according to the position of an item in the list (example below). Expected output would be: {\bf foo }, {\em bar

[NTG-context] process list items differently depending on position in list

2022-05-02 Thread Denis Maier via ntg-context
Hi, I need to process a comma separated list, and adapt the formatting according to the position of an item in the list (example below). Expected output would be: {\bf foo }, {\em bar} and baz. Is that possible? Can I somehow get the position of an item in the list? (My understanding is that

Re: [NTG-context] How to stop columns from splitting up items in a list?

2022-01-29 Thread Bruce Horrocks via ntg-context
> On 29 Jan 2022, at 14:45, Joel via ntg-context wrote: > > I am writing a workbook that contains a materials list in front of some craft > activities. > > I found that simply displaying a bulleted list can take up lots of space on > the page, so instead put the list in three columns. The

[NTG-context] How to stop columns from splitting up items in a list?

2022-01-29 Thread Joel via ntg-context
I am writing a workbook that contains a materials list in front of some craft activities. I found that simply displaying a bulleted list can take up lots of space on the page, so instead put the list in three columns. The problem is, if there is an item with a somewhat long description, it can

Re: [NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Henning Hraban Ramm via ntg-context
Am 17.01.22 um 16:53 schrieb Joel via ntg-context: I created a custom index that displays a list of "Important Dates" appearing in my book. It lists the year, a short description of what happened, and should show the page number. I'm running into two errors though: First, if the date is the

[NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Joel via ntg-context
I created a custom index that displays a list of "Important Dates" appearing in my book. It lists the year, a short description of what happened, and should show the page number. I'm running into two errors though: First, if the date is the same year, it is sorting alphabetically, example

Re: [NTG-context] Sorting items in Lua

2021-04-18 Thread Jairo A. del Rio
Oh, yes, I've just found it. Thanks! Jairo El dom, 18 de abr. de 2021 a la(s) 10:52, Hans Hagen (j.ha...@xs4all.nl) escribió: > On 4/18/2021 4:21 PM, Jairo A. del Rio wrote: > > > Also, as registers allow to set a language for sorting, I want to know > > how to do the same through Lua, e.g.,

Re: [NTG-context] Sorting items in Lua

2021-04-18 Thread Hans Hagen
On 4/18/2021 4:21 PM, Jairo A. del Rio wrote: Also, as registers allow to set a language for sorting, I want to know how to do the same through Lua, e.g., sorting the same list according to English and then Spanish rules. I've searched for examples in the archive, but I've only found cases

[NTG-context] Sorting items in Lua

2021-04-18 Thread Jairo A. del Rio
Hi, list. I want to know how to use ConTeXt sorters, as those used in registers, in Lua. Like this: \starttext \startluacode --Spanish local list = {"ñandú", "perrera", "zócalo", "árnica"} --What's "sortingfunction"? context(table.concat(sortingfunction(list)," ")) \stopluacode \stoptext

Re: [NTG-context] Add items to list with arbitrary page number

2021-03-18 Thread denis.maier
for ConTeXt users ; Maier, Denis Christian (UB) Betreff: Re: [NTG-context] Add items to list with arbitrary page number On 3/17/2021 6:19 PM, denis.ma...@ub.unibe.ch wrote: > Hi, > > I need to add an item to a list with an arbitrary page number. (The > reason is that I have a multivolume book

Re: [NTG-context] Add items to list with arbitrary page number

2021-03-17 Thread Hans Hagen
On 3/17/2021 6:19 PM, denis.ma...@ub.unibe.ch wrote: Hi, I need to add an item to a list with an arbitrary page number. (The reason is that I have a multivolume book, and I want to add information about the other books to the TOC) I know about this: \writetolist[section]{}{It's a test}

[NTG-context] Add items to list with arbitrary page number

2021-03-17 Thread denis.maier
Hi, I need to add an item to a list with an arbitrary page number. (The reason is that I have a multivolume book, and I want to add information about the other books to the TOC) I know about this: \writetolist[section]{}{It's a test} But how can you add an arbitrary page number ? Best, Denis

Re: [NTG-context] packed items not working in latest from 2020.09.03 12:08

2020-09-03 Thread Pablo Rodriguez
On 9/3/20 8:09 PM, Hans Hagen wrote: > On 9/3/2020 4:52 PM, Pablo Rodriguez wrote: >> [...] >> I’m afraid that packed item lists are misbehaving. >> >> Could anyone confirm this? > can you check again (new lmtx) Many thanks for the new upload, Hans. Now packed lists work as expected. Many

Re: [NTG-context] packed items not working in latest from 2020.09.03 12:08

2020-09-03 Thread Hans Hagen
On 9/3/2020 4:52 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startitemize[n] \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \stopitemize \startitemize[a, packed]

Re: [NTG-context] packed items not working in latest from 2020.09.03 12:08

2020-09-03 Thread Hans Hagen
On 9/3/2020 4:52 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startitemize[n] \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \stopitemize \startitemize[a, packed]

[NTG-context] packed items not working in latest from 2020.09.03 12:08

2020-09-03 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext \startitemize[n] \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \startitem Item\stopitem \stopitemize \startitemize[a, packed] \startitem Item\stopitem \startitem Item\stopitem

Re: [NTG-context] spacing before items

2020-06-29 Thread Mike Cooper
> -Original Message- > From: ntg-context [mailto:ntg-context-boun...@ntg.nl] On Behalf Of David > Rogers > Sent: Thursday, June 25, 2020 12:29 PM > > > You may already be doing what I'm about to suggest. If so, please > disregard. > Thanks again David! IIRC, I did find one solution

Re: [NTG-context] spacing before items

2020-06-25 Thread David Rogers
Mike Cooper writes: Thanks David! I don't think I've ever been quite so frustrated at trying to learn anything else in my life! If it wasn't required by my job, I wouldn't have made it past the first day or two (3 months ago). But I'm slogging away and it's gradually coming together (I

Re: [NTG-context] spacing before items

2020-06-24 Thread Henning Hraban Ramm
> Am 24.06.2020 um 23:11 schrieb Mike Cooper > : >> Most of you know I’m writing at this German ConTeXt book since years... >> I use the incomplete version myself a lot, and I very much hope that at >> least every >> second German TeX user will buy it ;) > > Awesome! Keep at it! > Maybe when

Re: [NTG-context] spacing before items

2020-06-24 Thread Mike Cooper
> -Original Message- > From: ntg-context [mailto:ntg-context-boun...@ntg.nl] On Behalf Of Henning > Hraban Ramm > Sent: Wednesday, June 24, 2020 2:20 PM > To: mailing list for ConTeXt users > Subject: Re: [NTG-context] spacing before items > > > >

Re: [NTG-context] spacing before items

2020-06-24 Thread Henning Hraban Ramm
> Am 24.06.2020 um 19:41 schrieb Mike Cooper > : >> >> Indeed. It's all volunteer work that doesn't pay the bills. Sitting down >> and starting to write a big manual simply doesn't pay off so it has to >> happen in free time. And that being the case, it is more attactive to >> work on some new

Re: [NTG-context] spacing before items

2020-06-24 Thread Mike Cooper
> -Original Message- > From: ntg-context [mailto:ntg-context-boun...@ntg.nl] On Behalf Of Hans Hagen > Sent: Wednesday, June 24, 2020 12:50 AM > To: mailing list for ConTeXt users > Subject: Re: [NTG-context] spacing before items > > On 6/24/2020 12:00

Re: [NTG-context] spacing before items

2020-06-24 Thread Hans Hagen
On 6/24/2020 12:00 AM, Mike Cooper wrote: -Original Message- From: On Behalf Of David Rogers Sent: Tuesday, June 23, 2020 3:18 PM Mike Cooper writes: Thanks Tomáš! 1. Where can this solution be found? Mike, I know how you feel. The reasons that the documentation is so sparse

Re: [NTG-context] spacing before items

2020-06-23 Thread Mike Cooper
> -Original Message- > From: On Behalf Of David Rogers > Sent: Tuesday, June 23, 2020 3:18 PM > > > Mike Cooper writes: > > > Thanks Tomáš! > > > > 1. Where can this solution be found? > > > Mike, I know how you feel. The reasons that the documentation is > so sparse and difficult

Re: [NTG-context] spacing before items

2020-06-23 Thread David Rogers
Mike Cooper writes: Thanks Tomáš! 1. Where can this solution be found? Mike, I know how you feel. The reasons that the documentation is so sparse and difficult to find are the same reasons behind a lot of things: time, money, and ability. Good documentation requires all three of those

Re: [NTG-context] spacing before items

2020-06-17 Thread Hans Hagen
not solved. The before/inbetween keys add space everywhere. I only want space between top-level items. Here is something like what I need, with the spacing exaggerated: 1. Multi-line, involved question… Multi-line, involved question… Multi-line, involved question… Multi-line, involved question

Re: [NTG-context] spacing before items

2020-06-17 Thread Mike Cooper
everywhere. I only want space between top-level items. Here is something like what I need, with the spacing exaggerated: 1. Multi-line, involved question… Multi-line, involved question… Multi-line, involved question… Multi-line, involved question… Multi-line, involved question… Multi-line

Re: [NTG-context] spacing before items

2020-06-17 Thread Wolfgang Schuster
Mike Cooper schrieb am 17.06.2020 um 21:50: I really should have fiddled with this before thanking you, Wolfgang. I was focused on catching up on email etc. this morning. Thanks for trying though! Your "answer" is pretty much coded code to me. I don't understand it and don't have the first

Re: [NTG-context] spacing before items

2020-06-17 Thread Mike Cooper
Yes, I did try it. It put "[before]" (in ttbf (thanks for the hint!)) on the previously blank line before the first top-level item. And it put "[inbetween]" in the other previously blank lines between both level of items, and "[after]" into the previously

Re: [NTG-context] spacing before items

2020-06-17 Thread Henning Hraban Ramm
> Am 17.06.2020 um 21:50 schrieb Mike Cooper > : > > For one thing, I have no clue what "ttbf" means. Can't find it on the wiki > or in the manuals. Google says it's the Texas Teen Book Festival but I'm > guessing that ain't it. ??? Did you try it? (Hint: There’s \tt and \bf ...) HR

Re: [NTG-context] spacing before items

2020-06-17 Thread Mike Cooper
..@ntg.nl] On Behalf Of Wolfgang Schuster Sent: Tuesday, June 16, 2020 1:14 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] spacing before items Mike Cooper schrieb am 16.06.2020 um 19:51: > Hello list, > > Another very simple issue—no doubt the answer is right in front of me &g

Re: [NTG-context] spacing before items

2020-06-17 Thread Mike Cooper
...@ntg.nl] On Behalf Of Tomas Hala Sent: Tuesday, June 16, 2020 1:18 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] spacing before items Hi Mike, \setupitemgroup[youritems][1][inbetween={\blank[5*big]}] could help you. Best wishes, Tomáš Tue, Jun 16, 2020 ve 05:51:20PM + Mike

Re: [NTG-context] spacing before items

2020-06-17 Thread Mike Cooper
Schuster Sent: Tuesday, June 16, 2020 1:14 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] spacing before items Mike Cooper schrieb am 16.06.2020 um 19:51: > Hello list, > > Another very simple issue—no doubt the answer is right in front of me > but I can’t find it or f

Re: [NTG-context] spacing before items

2020-06-16 Thread jkitz
> On Jun 16, 2020, at 1:51 PM, m...@murchisondrillingschools.com wrote: > > I want more space before each top-level item. MWE: > > \defineitemgroup[mdshw][levels=2] > \setupitemgroup[mdshw][1][n] > \setupitemgroup[mdshw][2][a, packed, 1*broad][left=(, right=), stopper=] Is something

Re: [NTG-context] spacing before items

2020-06-16 Thread Tomas Hala
Hi Mike, \setupitemgroup[youritems][1][inbetween={\blank[5*big]}] could help you. Best wishes, Tomáš Tue, Jun 16, 2020 ve 05:51:20PM + Mike Cooper napsal(a): #Link: [1]File-List #Link: [2]Edit-Time-Data # #Hello list, # #  # #Another very simple issue—no doubt the

Re: [NTG-context] spacing before items

2020-06-16 Thread Wolfgang Schuster
Mike Cooper schrieb am 16.06.2020 um 19:51: Hello list, Another very simple issue—no doubt the answer is right in front of me but I can’t find it or figure it out… (Please let me know where it is!) I want more space before each top-level item.MWE: \defineitemgroup[mdshw][levels=2]

[NTG-context] spacing before items

2020-06-16 Thread Mike Cooper
Hello list, Another very simple issue-no doubt the answer is right in front of me but I can't find it or figure it out... (Please let me know where it is!) I want more space before each top-level item. MWE: \defineitemgroup[mdshw][levels=2] \setupitemgroup[mdshw][1][n]

Re: [NTG-context] packed list only if items > 5

2019-11-15 Thread Hans Hagen
way to get a packed list if and only if it contains more than a given number of items? It could be some option (but as there is an underlying changed needed i want to discuss it with WS first, as we don't want compatibility issues), think of something: \startitemize[packed][packcriteriu

Re: [NTG-context] packed list only if items > 5

2019-11-14 Thread Tomas Hala
ext # \startitemize[\ifnum\currentnofitems>5 packed\fi] # \dorecurse{7} # {\startitem\currentitemnumber/\currentnofitems\stopitem} # \stopitemize # \stoptext # # Is there any way to get a packed list if and only if it contains more # than a given number of items? # # Many thanks for you

[NTG-context] packed list only if items > 5

2019-11-14 Thread Pablo Rodriguez
ore than a given number of items? Many thanks for your help, Pablo -- http://www.ousia.tk ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / h

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
On 3/20/19 8:50 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 20.03.19 um 20:43: >> [...] >> Is there a way with a \setupitemize (or \setupitemgroup) to configure >> only one kind of numbered (or unnumbered, for that matter) item groups? > > You have to create a new itemgroup

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 20.03.19 um 20:43: On 3/20/19 8:09 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 20.03.19 um 20:03: [...] Is there a way to get only [option=inmargin] for the items that are Roman-numbered? \startitemize[I,inmargin] Many thanks for your reply, Wolfgang

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
On 3/20/19 8:09 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 20.03.19 um 20:03: >> [...] >> Is there a way to get only [option=inmargin] for the items that are >> Roman-numbered? > > \startitemize[I,inmargin] Many thanks for your reply, Wolfgang. I need

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Wolfgang Schuster
} \stopitemize \startitemize[I] \dorecurse{5}{\item item} \stopitemize \stoptext Is there a way to get only [option=inmargin] for the items that are Roman-numbered? \startitemize[I,inmargin] Wolfgang

[NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
}{\item item} \stopitemize \stoptext Is there a way to get only [option=inmargin] for the items that are Roman-numbered? Many thanks for your help, Pablo -- http://www.ousia.tk ___ If your question

Re: [NTG-context] Limit text width in items

2018-07-26 Thread Hans Hagen
On 7/26/2018 5:57 PM, Hans Hagen wrote: I can even put \start/stopnarrower in before/after of \setupitemgroup. Its width parameter doesn’t work (at least not together with inmargin). rightmargin=3em -

Re: [NTG-context] Limit text width in items

2018-07-26 Thread Hans Hagen
On 7/26/2018 5:27 PM, Henning Hraban Ramm wrote: Am 2018-07-26 um 16:03 schrieb Hans Hagen : \def\MyFill#1% {\leaders\hbox to 1em{\hss.\hss}\hfill \rlap{\hbox to \rightskip{\hss#1}}} \showframe \starttext \startnarrower[2*right] \startitemize[packed,joinedup] \startitem \input

Re: [NTG-context] Limit text width in items

2018-07-26 Thread Henning Hraban Ramm
Am 2018-07-26 um 16:03 schrieb Hans Hagen : > \def\MyFill#1% > {\leaders\hbox to 1em{\hss.\hss}\hfill > \rlap{\hbox to \rightskip{\hss#1}}} > > \showframe > > \starttext > > \startnarrower[2*right] > \startitemize[packed,joinedup] > \startitem > \input tufte > \MyFill{33} >

Re: [NTG-context] Limit text width in items

2018-07-26 Thread Hans Hagen
On 7/26/2018 3:43 PM, Henning Hraban Ramm wrote: Am 2018-07-23 um 13:33 schrieb Henning Hraban Ramm : Hello again, in the MWE below I’d like to limit the run width of the item text so that the (page) number is standing out, e.g. • This is a long and winding text that leads to a number

Re: [NTG-context] Limit text width in items

2018-07-26 Thread Henning Hraban Ramm
Am 2018-07-23 um 13:33 schrieb Henning Hraban Ramm : > Hello again, > > in the MWE below I’d like to limit the run width of the item text so that the > (page) number is standing out, e.g. > > • This is a long and winding text > that leads to a number .. 99 > > The text can become

[NTG-context] Limit text width in items

2018-07-23 Thread Henning Hraban Ramm
Hello again, in the MWE below I’d like to limit the run width of the item text so that the (page) number is standing out, e.g. • This is a long and winding text that leads to a number .. 99 The text can become one or several lines long. I tried to put the text in boxes, e.g.

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-09 Thread r . ermers
want to have the subitems appear without the prefix, but references to > them contain the number of the item where they appear, I don’t know how to do > it. > My previous message addresses only the separators between the numbers of the > items and subitems. > Sorry… but my belief

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread r . ermers
e! > If you want to have the subitems appear without the prefix, but references to > them contain the number of the item where they appear, I don’t know how to do > it. > My previous message addresses only the separators between the numbers of the > items and subitems. > Sorry… b

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread Otared Kavian
Hi Robert, Again I answered too quickly… excuse-me! If you want to have the subitems appear without the prefix, but references to them contain the number of the item where they appear, I don’t know how to do it. My previous message addresses only the separators between the numbers of the items

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread Otared Kavian
Hi Robert, Sorry I didn’t pay attention to the way you wanted the formatting of sub-items. If you want to remove the separator between numbers, then you may add the following two line after the setups of your itemgroups: \defineseparatorset[nothing][][] \setupcounter[itemgroup:itemize

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread r . ermers
also items 2 and 1 above, as well as the sub-sub item 1.b.ii. Yet the output I am looking for, and which I had in mkii, is: 1. item 1 a. subitem a, reference a b. item b i. A sub-sub item ii. Another sub-sub item, B 1.c. Item c, reference c 2. Item 2

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread Otared Kavian
], see also items \in[ref:2] and \in[ref:1] above, as well as the \in{sub-sub item}[ref:subsub-B]. \stoptext %% end repeat-subitem.tex > On 7 Feb 2018, at 11:46, r.erm...@hccnet.nl wrote: > > Hi Wolfgang, Otared and others, > > I installed a new standalone: > > mtx-conte

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread r . ermers
Hi Wolfgang, Otared and others, I installed a new standalone: mtx-context | main context file: /Applications/ContextStandalone/tex/texmf-context/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2018.02.06 18:11 However, I do not manage to get it going. The minimal

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread Wolfgang Schuster
r.erm...@hccnet.nl 7. Februar 2018 um 10:58 Hi Otared, Thanks for your response. In mkii this worked flawlessly. I tried it in mkiv Texlive too (2017.05.15 21:48), but it does not work. Could this be because I have item [it:ref] rather than \startitem[it:ref] …

Re: [NTG-context] Latest beta: reference to items broken in mkiv

2018-02-07 Thread r . ermers
). Robert > Op 7 feb. 2018, om 10:47 heeft Otared Kavian <ota...@gmail.com> het volgende > geschreven: > > Hi Robert, > > Indeed the bug has been fixed: the reference to items works fine in all > recent Context betas, and also with the version from TeXLive 2017 (

Re: [NTG-context] align inner items vertically

2017-06-05 Thread Mikael P. Sundqvist
On Sun, Jun 4, 2017 at 3:23 PM, Hans Hagen wrote: > On 6/3/2017 6:11 PM, Mikael P. Sundqvist wrote: >> >> Hi, >> >> is it possible to align the inner itemgroup vertically with the outer >> enumeration, even if there is a "big" math expression? See the example >> below (where I have

Re: [NTG-context] align inner items vertically

2017-06-04 Thread Hans Hagen
On 6/3/2017 6:11 PM, Mikael P. Sundqvist wrote: Hi, is it possible to align the inner itemgroup vertically with the outer enumeration, even if there is a "big" math expression? See the example below (where I have made the enumeration serried, just to see the _vertical_ misalignment better)? I

[NTG-context] align inner items vertically

2017-06-03 Thread Mikael P. Sundqvist
Hi, is it possible to align the inner itemgroup vertically with the outer enumeration, even if there is a "big" math expression? See the example below (where I have made the enumeration serried, just to see the _vertical_ misalignment better)? I think I miss something simple, but looking in

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
On 03/06/2017 09:45 PM, Henning Hraban Ramm wrote: > Am 2017-03-06 um 21:23 schrieb Pablo Rodriguez: >> [...] >> I’m afraid I wasn’t clear. This is required for: >> >>\placelist[section][alternative=d]. >> >> I’m afraid it doesn’t work there. > > Did you try \setuplist[textcommand ? Hraban,

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Henning Hraban Ramm
Am 2017-03-06 um 21:23 schrieb Pablo Rodriguez <oi...@gmx.es>: > On 03/06/2017 09:01 PM, Henning Hraban Ramm wrote: >> Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez: >>> I would like to avoid line breaks in section items. Which would be the >>> right way

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
On 03/06/2017 09:01 PM, Henning Hraban Ramm wrote: > Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez: >> I would like to avoid line breaks in section items. Which would be the >> right way of doing it? >> >> This would be similar (I think) to know how to get th

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Henning Hraban Ramm
Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez <oi...@gmx.es>: > I would like to avoid line breaks in section items. Which would be the > right way of doing it? > > This would be similar (I think) to know how to get the "{this is a > expression}" with no l

[NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
from This Chapter}}} \stoptext I would like to avoid line breaks in section items. Which would be the right way of doing it? This would be similar (I think) to know how to get the "{this is a expression}" with no line break inside (and not using "~"). Many thanks f

[NTG-context] Space between the main items

2016-06-04 Thread Fabrice Couvreur
Hello everyone, How to insert more vertical space between the main items in the following code ? \def\point#1#2{$\bigl(#1\,;#2\bigr)$} \def\vector#1{\vec{#1}} \definemathmatrix [pmatrix] [left={\left(\,},right={\,\right)}] \starttext \startitemize[n][stopper={.},style=bold,color=darkred

[NTG-context] Distance between items

2016-01-28 Thread Otared Kavian
Dear List Members, I don’t remember how to tweak the distance between items: What I would like to have is a distance between items a little bit bigger than the distance between them when the option « packed » is given, but smaller than the distance between items when « packed is left out

Re: [NTG-context] Distance between items

2016-01-28 Thread Marco Patzer
On Thu, 28 Jan 2016 11:48:12 +0100 Otared Kavian <ota...@gmail.com> wrote: > I don’t remember how to tweak the distance between items: What I > would like to have is a distance between items a little bit bigger > than the distance between them when the option « packed » is given

Re: [NTG-context] Distance between items

2016-01-28 Thread Otared Kavian
Thanks… I had tried mistakingly joinedup (distance between two sets of itemization) instead of inbetween (distance between items in a given itemization). Best regards: OK > On 28 Jan 2016, at 12:00, Marco Patzer <li...@homerow.info> wrote: > > On Thu, 28 Jan 2016 11:48:12

Re: [NTG-context] missing reference of items

2015-12-05 Thread Wolfgang Schuster
Henning Hraban Ramm 5. Dezember 2015 um 13:20 Thank you very much - this is, what I wanted to achieve: \def\emptyBibItemHead#1{} \def\dostartbibitem[#1]{\startBibItem[title={#1},reference={#1}]} \def\startbibitem{\dosingleempty\dostartbibitem}

Re: [NTG-context] missing reference of items

2015-12-05 Thread Henning Hraban Ramm
Am 2015-12-04 um 23:23 schrieb Wolfgang Schuster : > or you use descriptions: > > \definedescription[bibitem][title=yes] > > \definereferenceformat [bibtitle] [type=title,left={[},right={]}] > \definereferenceformat [bibpage] [type=page] Thank you very much -

Re: [NTG-context] missing reference of items

2015-12-05 Thread Henning Hraban Ramm
Am 2015-12-05 um 05:03 schrieb Alan BRASLAU : > Or you can use the bibliography module to manage a bibliographic > dataset. The rendering of the list is rather configurable. This appears > to be a bit more complicated than manually using itemgroups or > descriptions, but

[NTG-context] missing reference of items

2015-12-04 Thread Henning Hraban Ramm
Hi wizards (I’m trying to adapt http://wiki.contextgarden.net/Manual_Bibliography, but that doesn’t really matter.) \item is documented to take a reference: \item[myref] But this reference is always unknown if I try to access it, see example: \starttext Siehe \in[eins] oder so.

Re: [NTG-context] missing reference of items

2015-12-04 Thread Henning Hraban Ramm
or ConTeXt bug? > You can use the \in command only for numbered items (e.g. \startitemize[n]). The same seems to be true for \at and \about. Then how must I setup my "cite" to get the reference label of an item? In my "manual bibliography" (as in http://wiki.contextgarden.net/Manual_Bib

Re: [NTG-context] missing reference of items

2015-12-04 Thread Wolfgang Schuster
I try to access it, see example: \starttext Siehe \in[eins] oder so. \startitemize \item[eins] Der erste Eintrag \item[zwei] Der zweite Eintrag \stopitemize \stoptext My error or ConTeXt bug? You can use the \in command only for numbered items (e.g. \startitemize[n]). Wo

Re: [NTG-context] missing reference of items

2015-12-04 Thread Wolfgang Schuster
Henning Hraban Ramm 4. Dezember 2015 um 16:34 The same seems to be true for \at and \about. Then how must I setup my "cite" to get the reference label of an item? In my "manual bibliography" (as in http://wiki.contextgarden.net/Manual_Bibliography), I have

Re: [NTG-context] missing reference of items

2015-12-04 Thread Alan BRASLAU
Or you can use the bibliography module to manage a bibliographic dataset. The rendering of the list is rather configurable. This appears to be a bit more complicated than manually using itemgroups or descriptions, but really isn't if one has few categories of references, say only books, as one

Re: [NTG-context] Index items (additional question)

2015-04-19 Thread Robert Blackstone
by everybody is for example shown in {\em Fronimo}% \InEn[galilei] etc etc Hi Hans, sorry to bother you again on this topic. This code works beautifully in this way, with only a few index entries at the top of the file, before \starttext. But how can I deal with the thousand or more index items

Re: [NTG-context] Index items (additional question)

2015-04-19 Thread Hans Hagen
with the thousand or more index items in my project, which I have collected in four separate dedicated files with indexentries, like the three shown in the example-code. I have really no idea what else should be in these files, what sort of name they should have, in particular extension, and how

Re: [NTG-context] Index items (additional question)

2015-04-19 Thread Robert Blackstone
. But how can I deal with the thousand or more index items in my project, which I have collected in four separate dedicated files with indexentries, like the three shown in the example-code. I have really no idea what else should be in these files, what sort of name they should have

Re: [NTG-context] Index items

2015-04-16 Thread Robert Blackstone
Hi, Same subject as in my previous post but a new question: On the ConTeXt wiki-page Command\index one finds: \index[...][...][…] […] text […] text […] text What is the first argument for? Could it somehow be used to provide a key? Another point, just for the sake of completeness: the example

Re: [NTG-context] Index items

2015-04-16 Thread Alan BRASLAU
On Thu, 16 Apr 2015 09:50:23 +0200 Robert Blackstone blackstone.rob...@gmail.com wrote: Hi, Same subject as in my previous post but a new question: On the ConTeXt wiki-page Command\index one finds: \index[...][...][…] […] text […] text […] text What is the first argument for? Could it

Re: [NTG-context] Index items

2015-04-16 Thread Hans Hagen
of index items is probably around 1200, 16 pages. A fair number of them occur in more than one chapter. Like bibliography items, and for the sake of consistency, I have stored them in some auxiliary files and it is a matter of copy and paste to get them into the text in the proper place and way

Re: [NTG-context] Index items

2015-04-16 Thread Robert Blackstone
On 16 Apr 2015, at 15:38 , Hans Hagen pra...@wxs.nl wrote To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] Index items Message-ID: 552fbb35.9050...@wxs.nl Content-Type: text/plain; charset=utf-8; format=flowed On 4/15/2015 11:41 PM, Robert Blackstone wrote

Re: [NTG-context] Index items

2015-04-15 Thread Alan BRASLAU
On Tue, 14 Apr 2015 18:50:49 +0200 Hans Hagen pra...@wxs.nl wrote: On 4/14/2015 1:48 PM, Robert Blackstone wrote: Dear all, The book I am typesetting contains a very extensive and detailed index. The number of index items is probably around 1200, 16 pages. A fair number of them occur

  1   2   3   >